home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / source / rfvdemo / scroll.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-14  |  208 b   |  16 lines

  1. // SCROLL.H
  2.  
  3. #ifndef _SCROLL_H
  4. #define _SCROLL_H
  5.  
  6. #include "def.h"
  7.  
  8. #include <stdlib.h>
  9. #include <conio.h>
  10. #include <new.h>
  11. #include <stdio.h>
  12.  
  13. void scrolldata(void);
  14. void scroll(void);
  15.  
  16. #endif